Home
last modified time | relevance | path

Searched refs:MakeLValue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h333 MakeLValue(); setLValue(B, O, N, IsNullPtr);
338 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
655 void MakeLValue();
H A DPropertiesBase.td534 result.MakeLValue();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp344 MakeLValue(); in APValue()
997 void APValue::MakeLValue() { in MakeLValue() function in APValue
H A DASTImporter.cpp9269 Result.MakeLValue(); in ImportAPValue()