Home
last modified time | relevance | path

Searched refs:serializeSafeBufferOptOutMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1586 Preprocessor::serializeSafeBufferOptOutMap() const { in serializeSafeBufferOptOutMap() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3014 SmallVector<SourceLocation, 64> serializeSafeBufferOptOutMap() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2530 for (SourceLocation &S : PP.serializeSafeBufferOptOutMap()) in WritePreprocessor()